@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
li {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1170px;
}
a:hover {
  text-decoration: none;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "microsoft yahei";
  padding: 0;
  margin: 0;
}
#top_t {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 27px 0;
  line-height: 120px;
  height: 120px;
}
#top_t .left {
  float: left;
  width: 50%;
}
#top_t .left img {
  width: 100%;
  max-width: 552px;
}
#top_t .right {
  float: left;
  width: 50%;
  margin-top: 1%;
}
#top_t .right img {
  width: 100%;
  max-width: 56px;
  float: right;
  margin-right: 16px;
}
#top_t .right .dsc {
  width: auto;
  position: relative;
  float: right;
  line-height: 26px;
}
#top_t .right .dsc p {
  width: 100%;
  font-size: 16px;
  color: #ce041e;
}
#top_t .right .dsc span {
  font-size: 28px;
  font-family: impact;
  color: #ce041e;
  display: block;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container,
.swiper-container1 {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide,
.swiper-container1 .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.line {
  width: 80px;
  height: 5px;
  background: #dddddd;
  margin: 13px auto;
  position: relative;
}
.line:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  background: #ce041e;
  left: 0;
  top: 0;
}
.title {
  font-size: 24px;
  color: #ce041e;
  width: 100%;
  text-align: center;
  margin: 13px 0;
  font-weight: 500;
}
.F_title {
  font-family: arial;
  font-size: 24px;
  color: #dddddd;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#product {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6% 0 8% 0;
}
#product .box {
  width: 1170px;
  margin: 20px auto 0px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 3%;
}
#product .box li {
  height: auto;
  overflow: hidden;
  float: left;
  cursor: pointer;
  padding: 10px;
}
#product .box li a {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  padding: 6px;
}
#product .box li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#product .top {
  position: absolute;
  z-index: 1;
  height: 6px;
  top: 0px;
  left: 0px;
  width: 0px;
}
#product .bottom {
  position: absolute;
  z-index: 3;
  height: 6px;
  width: 0%;
  bottom: 0px;
  right: 0px;
}
#product .left {
  height: 0;
  position: absolute;
  left: 0px;
  width: 6px;
}
#product .right {
  height: 0;
  position: absolute;
  right: 0px;
  width: 6px;
  bottom: 0px;
}
#product .box li p {
  position: absolute;
  z-index: 2;
  background: rgba(206, 4, 30, 0.8);
  height: 0px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 5px;
  left: 6px;
}
#product .more {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ce041e;
  text-align: center;
  margin: 0 auto;
  color: #ce041e;
}
#product .more:hover {
  color: #fff;
  background: #ce041e;
}
#about {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 4% 0 8% 0;
  background: url(../images/ab_bg.jpg) no-repeat center;
}
#about .line {
  background: #fff;
}
#about .title {
  color: #fff;
}
#about .F_title {
  color: #dfdfdf;
}
#about .left {
  float: left;
}
#about .left h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 4%;
}
#about .left p {
  font-size: 16px;
  text-indent: 2em;
  color: #fff;
  line-height: 28px!important;
}
#about .left .ab_nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  margin-top: 4%;
}
#about .left .ab_nav a {
  display: block;
  width: 146px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #ffa60a;
  color: #fff;
  margin-right: 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#about .left .ab_nav a:first-child {
  background: #ce041e;
}
#about .left .ab_nav a:hover {
  background: #ce041e;
  color: #fff;
}
#about .right {
  float: left;
  padding-left: 40px;
  position: relative;
}
#about .right img {
  width: 100%;
  height: auto;
}
#news {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6% 0 8% 0;
  background: #f3f3f3;
}
#news .left {
  float: left;
}
#news .left .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#news .left .img img {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 558px;
}
#news .left .dsc {
  position: absolute;
  bottom: 48px;
  width: 80%;
  padding: 0 20px;
  border-left: 1px solid #fff;
  margin-left: 30px;
}
#news .left .dsc h4 {
  font-size: 24px;
  color: #fff;
  margin-left: 6px;
}
#news .left .dsc span {
  color: #fff;
  margin-left: 6px;
  font-family: arial;
  font-size: 18px;
}
#news .left .dsc i {
  display: block;
  color: #fff;
  float: right;
  font-size: 20px;
}
#news .left:hover {
  cursor: pointer;
}
#news .left:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#news .left:hover .dsc i {
  color: #c72d23;
}
#news .middle {
  float: left;
  position: relative;
  padding: 0;
}
#news .middle li {
  padding: 33px 30px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  transition: all 0.5s;
}
#news .middle li h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s;
}
#news .middle li p {
  font-size: 14px;
  color: #dddddd;
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  width: 100%;
}
#news .middle li p::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 1px;
  background: #ffffff repeat-y;
}
#news .middle li .time {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
#news .middle li .time .date {
  font-size: 32px;
  font-weight: 600;
  color: #999;
  font-family: arial;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .middle li .time .year {
  font-size: 14px;
  font-family: arial;
  color: #999;
  width: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .middle li .time i {
  float: right;
  font-size: 24px;
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .middle li:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#news .middle li:hover .time .date {
  color: #ce041e;
}
#news .middle li:hover .time .year {
  color: #ce041e;
}
#news .middle li:hover .time i {
  color: #ce041e;
}
#news .middle li:hover h3 {
  color: #ce041e;
}
#news .right {
  float: left;
  position: relative;
  padding-left: 10px;
}
#news .right li {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 53px 30px;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#news .right li .time {
  width: 20%;
  float: left;
  border-right: 1px solid #eee;
}
#news .right li .time .date {
  font-size: 32px;
  font-weight: 600;
  color: #999;
  font-family: arial;
  width: 100%;
  transition: all 0.5s;
}
#news .right li .time .year {
  font-size: 14px;
  font-family: arial;
  color: #999;
  width: auto;
  transition: all 0.5s;
}
#news .right li .time hr {
  display: block;
  width: 30px;
  height: 1px;
  background: #eee;
  margin-left: 5px;
}
#news .right li .news_r {
  width: 80%;
  float: left;
  padding-left: 30px;
}
#news .right li .news_r h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.5s;
}
#news .right li .news_r p {
  font-size: 14px;
  color: #dddddd;
  width: 100%;
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
#news .right li .news_r p::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 1px 1px;
  background: #ffffff repeat-y;
}
#news .right li:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#news .right li:hover .time .date {
  color: #ce041e;
}
#news .right li:hover .time .year {
  color: #ce041e;
}
#news .right li:hover h3 {
  color: #ce041e;
}
#footer_b {
  width: 100%;
  background: #181818;
  height: auto;
  overflow: hidden;
  padding: 15px;
  border-top: 1px solid #555555;
}
#footer_b .left {
  float: left;
  font-size: 14px;
  color: #777;
}
#footer_b .right {
  float: right;
  font-size: 14px;
  color: #777;
  text-align: right;
}
#footer_b .right a {
  color: #777;
  margin-left: 10px;
  font-size: 14px;
}
#footer_b .right a:hover {
  color: #c72d23;
}
#footer_t {
  width: 100%;
  background: #181818;
  height: auto;
  overflow: hidden;
  padding: 20px;
}
#footer_t .left {
  padding-top: 10px;
}
#footer_t .left h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 14px;
}
#footer_t .left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
#footer_t .right {
  padding-top: 40px;
}
#footer_t .right .link {
  width: 100%;
}
#footer_t .right .link li {
  width: 20%;
  text-align: left;
  float: left;
}
#footer_t .right .link li a {
  color: #fff;
  font-size: 14px;
}
#footer_t .right .link li a:hover {
  color: #c72d23;
}
#footer_t .right .link li .link_d {
  width: 100%;
  margin-top: 4px;
}
#footer_t .right .link li .link_d li {
  width: 100%;
  margin-bottom: 4px;
}
/*内页CSS*/
.sidebar-nav {
  background: #ce041e;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #eff8ff;
}
.sidebar-nav .metismenu {
  background: #ce041e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-nav .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.sidebar-nav .metismenu .mm-active {
  background: #ce041e;
}
.sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 12px 25px 12px 20px;
  outline-width: 0;
  transition: all 0.5s ease-out;
  font-size: 15px;
}
.sidebar-nav .metismenu ul a {
  padding: 12px 15px 12px 30px;
  color: #333;
}
.sidebar-nav .metismenu ul ul a {
  padding: 12px 15px 12px 30px;
}
.sidebar-nav .has-arrow {
  color: #fff;
  font-size: 14px;
}
.sidebar-nav .mm-active .mm-show li a {
  color: #333;
  font-size: 15px;
}
.sidebar-nav .mm-active .mm-show .active a {
  color: #ce041e;
}
.sidebar-nav .mm-active .mm-show li a:hover {
  color: #ce041e;
  padding-left: 35px;
}
.sidebar-nav li {
  border-bottom: 1px solid #c2e3ff;
}
.sidebar-nav li:last-child {
  border: none;
}
#banner {
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#banner img {
  width: 100%;
}
#left h4 {
  background: #ce041e;
  padding: 0 16px;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  margin: 0;
  background: -webkit-linear-gradient(#f60625, #ce041e);
  background: -moz-linear-gradient(#f60625, #ce041e);
  background: linear-gradient(#f60625, #ce041e);
}
#left h4 img {
  width: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-top: 10px;
}
#left .left_t {
  border-radius: 0;
}
#left .left_pro {
  margin-top: 1px;
}
#left .left_pro li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 18px;
}
#left .left_pro li a {
  font-size: 14px;
  color: #333333;
}
#left .left_pro li a i {
  margin-right: 10px;
  font-size: 12px;
  color: #333333;
}
#left .left_pro li:hover {
  background: #ce041e;
}
#left .left_pro li:hover a {
  color: #fff;
}
#left .left_pro li:hover a i {
  color: #fff;
}
#left .left_pro li:last-child {
  border: none;
}
#left .left_con {
  padding: 14px;
  background: #f8f8f8;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#left .left_con p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-top: 8px;
}
#left .left_con p i {
  margin-right: 6px;
}
#left .left_con p i img {
  width: 100%;
  max-width: 20px;
}
#left .left_con p span {
  font-weight: 600;
  color: #333333;
}
#left .left_con .add {
  padding-left: 25px;
  margin: 0;
}
#main {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 6% 0;
}
#main .left {
  padding-right: 0;
}
#main .left h2 {
  font-size: 20px;
  font-family: "microsoft yahei";
  color: #fff;
  padding: 0 20px;
  background: #ce041e;
  margin-bottom: 1px;
  line-height: 66px;
  height: 66px;
  border-radius: 4px 4px 0 0;
}
#main .left h2 img {
  width: 100%;
  max-width: 30px;
  margin-top: 20px;
  margin-right: 10px;
}
#main .left .contact {
  background: #eee;
  padding: 30px 16px;
}
#main .left .contact h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#main .left .contact p {
  font-size: 15px;
  color: #333333;
  line-height: 32px;
}
#main .breadcrumb {
  background: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
#main .breadcrumb li {
  font-size: 15px;
  color: #333333;
  font-family: "微软雅黑";
}
#main .breadcrumb li a {
  color: #333333;
  font-size: 15px;
  font-family: "微软雅黑";
}
#main .breadcrumb li a:hover {
  color: #ce041e;
}
#main .breadcrumb li.active {
  color: #ce041e;
}
#main .breadcrumb li:nth-child(3) {
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main .right {
  padding-left: 40px;
}
#main .right .r_main {
  padding: 1.5%;
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
#main .right .r_main .ewm {
  width: 160px;
  display: block;
  position: absolute;
  top: 38px;
  right: 80px;
}
#main .right .r_main .ewm img {
  width: 100%;
}
#main .right .r_main p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
#main .right .r_main p a:hover {
  color: #ce041e;
}
#main .right .r_main img {
  margin: 10px 0;
  width: 100%;
}
#main .right .r_main .pro_list {
  width: 100%;
}
#main .right .r_main .pro_list li {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
#main .right .r_main .pro_list li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
#main .right .r_main .pro_list li .img img {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.5s;
  max-height: 189px;
}
#main .right .r_main .pro_list li p {
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  text-align: center;
  box-sizing: border-box;
  border-top: none;
  margin-top: -1px;
}
#main .right .r_main .pro_list li:hover .img {
  border: 1px solid #ce041e;
}
#main .right .r_main .pro_list li:hover .img img {
  transform: scale(1.1);
}
#main .right .r_main .pro_list li:hover p {
  background: #ce041e;
  border: 1px solid #ce041e;
  color: #fff;
}
#main .right .r_main form {
  width: 100%;
  margin-top: 20px;
}
#main .right .r_main form .form-group {
  float: left;
}
#main .right .r_main form .form-group label {
  color: #333333;
  font-size: 16px;
}
#main .right .r_main form .form-group .zt1 {
  width: 15%;
  flex: 0 0 12%;
}
#main .right .r_main form .form-group .zt2 {
  width: 85%;
  flex: 0 0 88%;
}
#main .right .r_main form .form-group input {
  outline: none;
  box-shadow: none;
}
#main .right .r_main form .form-group input:focus {
  border: 1px solid #ce041e;
  outline: none;
}
#main .right .r_main form .form-group textarea {
  outline: none;
  box-shadow: none;
}
#main .right .r_main form .form-group textarea:focus {
  border: 1px solid #ce041e;
}
#main .right .r_main form .form-group .ly {
  max-width: 80.8%;
}
#main .right .r_main form .form-group .nr {
  max-width: 80.8%;
}
#main .right .r_main form .form-group button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px;
  color: #fff;
  margin-top: 3%;
  cursor: pointer;
}
#main .right .r_main form .form-group button:first-child {
  margin-left: 18%;
}
#main .right .r_main form .form-group button:focus {
  outline: none;
}
#main .right .r_main form .form-group .reset {
  background: #dddddd;
  color: #333333;
}
#main .right .r_main form .form-group .submit {
  background: #ce041e;
}
#main .right .r_main .picture {
  width: 60%;
  border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
#main .right .r_main .picture img {
  width: 100%;
  margin: 0;
}
#main .right .r_main .name {
  text-align: center;
  width: 100%;
  color: #ce041e;
  font-size: 18px;
  margin: 30px 0;
}
#main .right .r_main .table {
  margin-top: 20px;
}
#main .right .r_main .table .thead-dark th {
  background-color: #ce041e;
  border: 1px solid #eee;
  text-align: left;
}
#main .right .r_main .table tbody {
  background: #eee;
}
#main .right .r_main .table tbody tr {
  border: 1px solid #fff;
}
#main .right .r_main .table tbody tr td {
  border: 1px solid #fff;
}
#main .right .r_main .page {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
#main .right .r_main .page a {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}
#main .right .r_main .news_li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
#main .right .r_main .news_li li {
  border-bottom: 1px #ccc dotted;
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
#main .right .r_main .news_li li p {
  font-size: 14px;
  color: #333333;
  float: left;
  margin: 0;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
}
#main .right .r_main .news_li li span {
  font-size: 14px;
  color: #333333;
  float: right;
}
#main .right .r_main .news_li li:hover p {
  color: #ce041e;
}
#main .right .r_main .news_li li:hover span {
  color: #ce041e;
}
#main .right .r_main h3 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
#main .right .r_main h5 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .right .r_main h5 span {
  margin: 0 10px;
}
#main .right .r_main form .form-group {
  float: left;
}
#main .right .r_main form .form-group input:focus {
  border: 1px solid #ce041e;
  box-shadow: none;
}
#main .right .r_main form .form-group textarea:focus {
  border: 1px solid #ce041e;
  box-shadow: none;
}
#main .right .r_main form .form-group .add {
  max-width: 79.5%;
}
#main .right .r_main form .form-group .zt {
  max-width: 79.5%;
}
#main .right .r_main form .form-group button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px;
  color: #fff;
  margin-top: 3%;
}
#main .right .r_main form .form-group button:first-child {
  margin-left: 19%;
}
#main .right .r_main form .form-group .reset {
  background: #dddddd;
}
#main .right .r_main form .form-group .submit {
  background: #ce041e;
}
#main .right .r_main nav {
  margin-top: 26px;
}
#main .right .r_main strong {
  padding-bottom: 10px;
  display: block;
}
#main .right .r_main h3 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
#main .right .r_main h5 {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#main .right .r_main h5 span {
  margin: 0 6px;
}
#main .right .showMoreNChildren {
  margin-top: 20px;
  cursor: pointer;
}
#main .right .showMoreNChildren li {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
#main .right .showMoreNChildren li button {
  background: #fff;
  outline: none;
}
#main .right .showMoreNChildren li button img {
  width: 100%;
  margin: 0;
}
#main .right .showMoreNChildren li button span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333333;
  text-align: center;
}
#main .right .showMoreNChildren li .modal-content {
  z-index: 9999;
}
#main .right .showMoreNChildren li .modal-content img {
  margin: 0;
  width: 100%;
  max-width: 400px;
}
#main .right .showMoreNChildren li:hover .btn1 {
  background: #ce041e;
}
#main .right .showMoreNChildren li:hover .btn1 span {
  color: #fff;
  cursor: pointer;
}
#main .right .showMoreNChildren li:hover .btn1 img {
  cursor: pointer;
}
#main .right .showMoreNChildren li .btn-default {
  background: #ce041e;
  color: #fff;
}
#main .pro_lb {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 3%;
}
#main .pro_lb .LB {
  width: 30%;
  margin: 0 auto;
}
#main .pro_lb .LB li {
  width: 150px;
  height: auto;
  padding: 8px;
  border-radius: 4px;
  background: #eee;
  text-align: center;
  float: left;
  margin: 0 5px;
}
#main .pro_lb .LB li a {
  color: #333333;
  font-size: 16px;
}
#main .pro_lb .LB li:hover {
  background: #ce041e;
}
#main .pro_lb .LB li:hover a {
  color: #fff;
}
#main .pro_lb .LB li.active {
  background: #ce041e;
}
#main .pro_lb .LB li.active a {
  color: #fff;
}
#allmap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .header .left a img {
    margin-top: 6px;
    max-width: 260px;
  }
  .title {
    font-size: 24px;
    margin: 8px 0;
  }
  .F_title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 4px;
  }
  .header {
    background: none;
  }
  #product .more {
    margin-top: 8%;
  }
  #product .box li {
    padding: 5px;
  }
  #about {
    padding: 30px 0;
    background-size: 100% 100%;
  }
  #about .F_title {
    margin-bottom: 20px;
  }
  #about .left h4 {
    text-align: center;
    margin-bottom: 6px;
  }
  #about .left p {
    line-height: 24px;
    margin-bottom: 10px;
  }
  #about .left .more {
    text-align: center;
    margin: 10px 0;
  }
  #about .right {
    padding-left: 15px;
  }
  #about .right img {
    margin: 10px 0;
  }
  #news {
    padding: 30px 0;
  }
  #news .middle {
    padding: 0 15px;
  }
  #news .right {
    padding: 0 15px;
  }
  #footer_b {
    width: 100%;
    background: #161212;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
  }
  #footer_b .left {
    text-align: center;
  }
  #footer_b .right {
    text-align: center;
  }
  #main .right {
    padding-left: 15px;
  }
  #main .right .r_main form .form-group button:first-child {
    margin: 0;
    margin-top: 3%;
    margin-left: 16px;
  }
  #main .right .r_main form .form-group .add {
    max-width: 100%;
  }
  #main .right .r_main form .form-group .zt {
    max-width: 100%;
  }
  #main .right .r_main .ewm {
    position: static;
  }
  #main .right .r_main .news_list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #main .right .r_main .news_list li .right {
    height: 80px;
    padding-left: 10px;
  }
  #main .right .r_main .news_list li .right .time {
    margin-bottom: 4px;
    text-align: left;
  }
  #main .right .r_main .news_list li .right p {
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  #main .right .r_main form .form-group .zt1 {
    width: 15%;
    flex: 0 0 25%;
  }
  #main .right .r_main form .form-group .zt2 {
    width: 85%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 576px) {
  .F_title {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .header {
    background: #fff;
  }
  .header .left a img {
    margin: 10px 0;
    max-width: 200px;
  }
  #about .left p {
    font-size: 14px;
    line-height: 22px;
  }
  #about .right {
    padding-left: 0;
  }
  #main .right {
    padding-left: 0;
  }
  #main .right .r_main .news_list li .right {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .header .left a img {
    margin: 0;
    max-width: 294px;
  }
  .header #navToggle {
    margin-top: 10px;
  }
  .header {
    background: #ce041e;
  }
  .title {
    font-size: 30px;
    margin: 13px 0;
  }
  .F_title {
    font-size: 24px;
    margin-bottom: 70px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #about .left p {
    font-size: 16px;
    line-height: 30px;
  }
  #about .left .more {
    margin-top: 2%;
  }
  #about .right {
    padding-left: 20px;
  }
  #main .right {
    padding-left: 40px;
  }
  #main .right .r_main .news_list li .right {
    height: 176px;
  }
}
@media (min-width: 1025px) {
  #about .right {
    padding-left: 40px;
  }
  #main .right .r_main .news_list li .right {
    height: 202px;
  }
}
